Package edu.uky.ai.lp.gui
Class ConsoleInput
java.lang.Object
java.io.Reader
edu.uky.ai.lp.gui.ConsoleInput
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,java.lang.Readable
public class ConsoleInput
extends java.io.Reader
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ConsoleInput() -
Method Summary
-
Constructor Details
-
ConsoleInput
public ConsoleInput()
-
-
Method Details
-
read
public int read(char[] cbuf, int off, int len) throws java.io.IOException- Specified by:
readin classjava.io.Reader- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein classjava.io.Reader- Throws:
java.io.IOException
-